home *** CD-ROM | disk | FTP | other *** search
- delete i;
- delete totalBTN;
- delete BTNpress;
- currentdamage = 0;
- explo01 = new Sound();
- explo01.attachSound("explo01");
- hitted = new Sound();
- hitted.attachSound("hitted");
- fhitted = new Sound();
- fhitted.attachSound("fhitted");
- fdeath = new Sound();
- fdeath.attachSound("explo10");
- escudo = new Sound();
- escudo.attachSound("escudo");
- getUrl("FSCommand:trapallkeys", "true");
- stop();
- Posy = 0;
- estado = 0;
- reveal = true;
- if(cheat == "bosses")
- {
- gotoAndPlay(1054);
- }
- else
- {
- play();
- }
- if(cheat == "onemorechance")
- {
- lives = 6;
- }
- else
- {
- lives = 2;
- }
-